projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f996ba6
)
inspector: Drop more uses of can-focus
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 30 Mar 2020 01:05:38 +0000
(21:05 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Apr 2020 21:50:29 +0000
(17:50 -0400)
gtk/inspector/type-info.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/type-info.c
b/gtk/inspector/type-info.c
index 313cd0361e5d80b54fefa7ca91caae035e4603ef..d4990f1de4842a05611359533d9491a9934c77a4 100644
(file)
--- a/
gtk/inspector/type-info.c
+++ b/
gtk/inspector/type-info.c
@@
-56,7
+56,6
@@
add_row (GtkContainer *box,
row = g_object_new (GTK_TYPE_LIST_BOX_ROW,
"selectable", FALSE,
"activatable", FALSE,
- "can-focus", FALSE,
NULL);
label = g_object_new (GTK_TYPE_LABEL,